regexp.inputString.str (field)
14 uses
regexp (current package)
exec.go#L62: i.string.str = s
exec.go#L81: i.string.str = ""
regexp.go#L386: str string
regexp.go#L390: if pos < len(i.str) {
regexp.go#L391: c := i.str[pos]
regexp.go#L395: return utf8.DecodeRuneInString(i.str[pos:])
regexp.go#L405: return strings.HasPrefix(i.str, re.prefix)
regexp.go#L409: return strings.Index(i.str[pos:], re.prefix)
regexp.go#L415: if uint(pos-1) < uint(len(i.str)) {
regexp.go#L416: r1 = rune(i.str[pos-1])
regexp.go#L418: r1, _ = utf8.DecodeLastRuneInString(i.str[:pos])
regexp.go#L422: if uint(pos) < uint(len(i.str)) {
regexp.go#L423: r2 = rune(i.str[pos])
regexp.go#L425: r2, _ = utf8.DecodeRuneInString(i.str[pos:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)